home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene1_2.dir / 00019_Script_guyRoll_3 < prev    next >
Text File  |  1999-03-01  |  316b  |  17 lines

  1. --FRAME: guyRoll_3
  2. global gGuyTextList
  3. on enterFrame
  4. --  deleteProp gGuyTextList, #b
  5. --  addProp gGuyTextList, #c, 3
  6.   if rollover(3) then --guy face
  7.     nothing
  8.   end if 
  9.   
  10.   if NOT rollover(3) then 
  11.     go to frame "guyOff"
  12.     set the member of sprite(7) to member "guy_walk1"
  13.   end if
  14.   
  15.   
  16. end
  17.